home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / projectiles / m2fgrenade_primary.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  192 b   |  15 lines

  1. // The is the M2 grenade used for primary fire
  2. TIKI
  3.  
  4. $include models/projectiles/m2fgrenade_base.txt
  5.  
  6. init
  7. {
  8.     server
  9.     {
  10.         speed            900
  11.         minspeed        600
  12.         addvelocity        0 0 250
  13.     }
  14. }
  15.